github.com/andybalholm/brotli.blockSplitterCommand.curr_histogram_ix_ (field)
13 uses
github.com/andybalholm/brotli (current package)
metablock_command.go#L21: curr_histogram_ix_ uint
metablock_command.go#L41: self.curr_histogram_ix_ = 0
metablock_command.go#L79: self.curr_histogram_ix_++
metablock_command.go#L80: if self.curr_histogram_ix_ < *self.histograms_size_ {
metablock_command.go#L81: histogramClearCommand(&histograms[self.curr_histogram_ix_])
metablock_command.go#L85: var entropy float64 = bitsEntropy(histograms[self.curr_histogram_ix_].data_[:], self.alphabet_size_)
metablock_command.go#L92: combined_histo[j] = histograms[self.curr_histogram_ix_]
metablock_command.go#L109: self.curr_histogram_ix_++
metablock_command.go#L110: if self.curr_histogram_ix_ < *self.histograms_size_ {
metablock_command.go#L111: histogramClearCommand(&histograms[self.curr_histogram_ix_])
metablock_command.go#L129: histogramClearCommand(&histograms[self.curr_histogram_ix_])
metablock_command.go#L143: histogramClearCommand(&histograms[self.curr_histogram_ix_])
metablock_command.go#L160: histogramAddCommand(&self.histograms_[self.curr_histogram_ix_], symbol)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |